opencard.opt.terminal.protocol
Class T1BlockLengthException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byopencard.core.OpenCardException
                  extended byopencard.opt.terminal.protocol.T1Exception
                      extended byopencard.opt.terminal.protocol.T1BlockLengthException
All Implemented Interfaces:
java.io.Serializable

public class T1BlockLengthException
extends T1Exception

T1BlockLengthException is thrown when length of byte array (raw data) is incorrect

See Also:
Serialized Form

Constructor Summary
T1BlockLengthException()
          Constructor
T1BlockLengthException(java.lang.String msg)
          Constructor accepting a message text
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

T1BlockLengthException

public T1BlockLengthException()
Constructor


T1BlockLengthException

public T1BlockLengthException(java.lang.String msg)
Constructor accepting a message text

Parameters:
msg - - exception message